home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / tools / make-opcodes < prev    next >
Encoding:
Text File  |  1997-08-18  |  72 b   |  3 lines  |  [TEXT/R*ch]

  1. $1=="enum" {n=0; next; }
  2.            {printf("let %s=%d;;\n", $1, n++);}
  3.